home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / system16 / s16079dx / ALTBEAST.GCS < prev    next >
Text File  |  1998-06-20  |  2KB  |  82 lines

  1. **************************************************
  2. * SEGA 1988 | Altered Beast                      *
  3. **************************************************
  4.  
  5. .game Altered_Beast
  6. .shortname altbeast
  7. .gamenumber 2
  8.  
  9. .rompath roms\altbeast\
  10. .zip altbeast.zip
  11.  
  12. .romsize 4
  13. .romload ab11740.bin ab11739.bin
  14.  
  15. .scrsize 64
  16. .scrload ab11674.bin ab11675.bin ab11676.bin
  17.  
  18. *fixed by Thierry
  19. .objsize 1024
  20. .objload ab11677.bin ab11681.bin
  21. .objload ab11726.bin ab11730.bin
  22. .objload ab11678.bin ab11682.bin
  23. .objload ab11728.bin ab11732.bin
  24. .objload ab11679.bin ab11683.bin
  25. .objload ab11718.bin ab11734.bin
  26. .objload ab11680.bin ab11684.bin
  27. .objoffs 0x00 0x00 0x02 0x00 0x04 0x00 0x06 0x00 0x08 0x00 0x0A 0x00 0x0C 0x00 0x00 0x00
  28.  
  29. .defram 0x3F 64
  30. .defram 0x40 64
  31. .defram 0x41 64
  32. .defram 0x44 64
  33. .defram 0x84 64
  34. .defram 0xC4 64
  35. .defram 0xFE 64
  36. .defram 0xFF 64
  37.  
  38. .define txt 0x41
  39. .define vid 0x40
  40. .define io 0xC4
  41. .define spr 0x44
  42. .define pal 0x84
  43. .define soundbank 0xfe
  44.  
  45. .define iopl1 0x1003
  46. .define iopl2 0x1007
  47. .define iogen 0x1001
  48. .define iods1 0x2003
  49. .define iods2 0x2001
  50.  
  51. .define reghsfg 0x410E98
  52. .define reghsbg 0x410E9A
  53. .define regvsfg 0x410E91
  54. .define regvsbg 0x410E93
  55. .define regpsfg 0x410E81
  56. .define regpsbg 0x410E83
  57. *.define regscract 0xFFF018
  58. .define regscract 0xC40001
  59. .define regbs 0xFFF095
  60.  
  61. .define dactype 0
  62. .sound 3
  63. .samplespath samples\altbeast\altb_
  64. *.voicerange 0x41 0x56
  65. .bgmrange 0x90 0x97
  66. .sfxrange 0x41 0xd6
  67.  
  68. .z80load ab11671.bin
  69. *.z80patch 0x20f 0xc7
  70. .ym2151
  71.  
  72. .dipswitch 0x01 0 CREDITS_TO_START ONE TWO _ _ _ _ _ _
  73. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  74. .dipswitch 0x0C 2 NUMBER_OF_PLAYER 3 2 4 240 _ _ _ _
  75. .dipswitch 0x30 4 PLAYER_METER 3 2 4 5 _ _ _ _
  76. .dipswitch 0xC0 6 GAME_DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  77.  
  78. .labeljoy JUMP PUNCH KICK _ DOWN UP RIGHT LEFT
  79. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  80.  
  81. .end
  82.